hello, world
hello
world
how are you
this is inline code
.
test.c
int main() {
int num = 0;
int too_long_variable_name;
for (too_long_variable_name=0; too_long_variable_name < 100; too_long_variable_name++) {
num += num;
}
print("%d", num);
return 0;
}
test.py
import numpy
def main():
print()
- abc
- bca
- cab
- n
- b
- e