1. 각 언어별 프로젝트 추가
This commit is contained in:
SEAN 2025-10-16 16:45:55 +09:00
parent 1cf5c822c8
commit d826e1cd2c
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,5 @@
def print_hi(name):
print(f'Hi, {name}')
if __name__ == '__main__':
print_hi('PyCharm')

View File

@ -0,0 +1,11 @@
//
// main.swift
// Test_Coding_Swift
//
// Created by TA9 on 10/16/25.
//
import Foundation
print("Hello, World!")