diff --git a/demo.txt b/demo.txt deleted file mode 100644 index d33b74a3..00000000 --- a/demo.txt +++ /dev/null @@ -1,9 +0,0 @@ -IF(E4 > 3000, - IF(E4 > 10000, - IF(E4 > 50000, - IF(E4 > 100000, - IF(E4 > 500000, - 200, - 100+E4-100000, - ) - ) diff --git a/demo1.txt b/demo1.txt deleted file mode 100644 index 3f3f4554..00000000 --- a/demo1.txt +++ /dev/null @@ -1,10 +0,0 @@ -IF(E4 > 500000, 200, - IF(E4 > 100000, 100+E4-10000, - IF(E4 > 50000, - IF(E4 > 10000, - IF(E4 > 3000, - ) - ) - ) -) - diff --git a/src/main.go b/src/main.go index 0c33919f..b4df0bc1 100644 --- a/src/main.go +++ b/src/main.go @@ -13,8 +13,6 @@ import ( _ "shylinux.com/x/icebergs/misc/java" _ "shylinux.com/x/icebergs/misc/node" - _ "shylinux.com/x/icebergs/misc/repos" - _ "shylinux.com/x/linux-story/iso/alpine" _ "shylinux.com/x/linux-story/src/busybox" _ "shylinux.com/x/linux-story/src/ctags"