Added getBytes :: "filename.bc0" -> byte list

This commit is contained in:
Mitchell Plamann
2015-03-20 22:51:13 -04:00
parent e845be4576
commit 3f15a249c8
4 changed files with 74 additions and 0 deletions

6
test/test.c0 Normal file
View File

@@ -0,0 +1,6 @@
#use <conio>
int main() {
print("Hello, world.\nYou don't look so good.\n");
return 0;
}