Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
hallo committed Jun 11, 2021
1 parent 72dfd23 commit 41e0b7e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
Binary file added m
Binary file not shown.
12 changes: 12 additions & 0 deletions m.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#include <iostream>
using namespace std;
int func ()
{
return sizeof(bool);

}
int main ()
{
cout << func() << endl; // 输出 Hello World
return 0;
}
1 change: 0 additions & 1 deletion test.c

This file was deleted.

0 comments on commit 41e0b7e

Please sign in to comment.