View difference between Paste ID: pVmsxWH0 and adz0njyi
SHOW: | | - or go back to the newest paste.
1
#include <cstdio>
2
3
int main(int argc, char *argv[]){
4-
  printf("%s", argv[1]);
4+
  printf(argv[1]);
5
}