index
:
engr0016
master
Engineering computing
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
prints.c
blob: cd088af4fb9e220dbc9ebca9e2ef81a9bb0d9a24 (
plain
)
1
2
3
4
5
6
7
8
#include
<stdio.h>
int
main
()
{
// printf("?/?=\n");
printf
(
"??=
\n
"
);
return
0
;
}