回答編集履歴

1

hello world

2017/11/07 00:35

投稿

fuzzball
fuzzball

スコア16731

test CHANGED
@@ -8,11 +8,11 @@
8
8
 
9
9
  ```cpp
10
10
 
11
- PyRun_SimpleString("print 'hello python'\nprint 'hello python!!'");
11
+ PyRun_SimpleString("print 'Hello world!'\nprint 'Hello python!'");
12
12
 
13
- //=> hello python
13
+ //=> Hello world!
14
14
 
15
- //=> hello python!!
15
+ //=> Hello python!
16
16
 
17
17
  ```
18
18