Remove vim line

This commit is contained in:
Alexander F Rødseth
2016-05-20 20:10:16 +02:00
parent f1a9918998
commit 40bdfab2b5

View File

@@ -1,7 +1,3 @@
#!/usr/bin/bts
const hello = "Hello, world!\n"
print(hello)
// vim: set syntax=c ts=4 sw=4 et: