Added getBytes :: "filename.bc0" -> byte list
This commit is contained in:
6
test/test.c0
Normal file
6
test/test.c0
Normal file
@@ -0,0 +1,6 @@
|
||||
#use <conio>
|
||||
|
||||
int main() {
|
||||
print("Hello, world.\nYou don't look so good.\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user