Implementation of WS-05 is completed
This commit is contained in:
@@ -4,7 +4,7 @@ import java.io.File;
|
||||
import java.io.IOException;
|
||||
|
||||
public class CreateFileExample01 {
|
||||
static void main() {
|
||||
public static void main() {
|
||||
File file = new File("texts/examples.txt");
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user