added programs

This commit is contained in:
2025-04-30 01:50:13 +09:00
parent 6acb05157f
commit 88519283e1
20 changed files with 132 additions and 1 deletions

9
programs/prog3/info.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "演習1ー8",
"description": "プロンプトから読み込んだ2つの整数値の積を表示するプログラム。",
"output": {
"type": "screenshot",
"content": "./assets/prog3.png"
},
"note": ""
}