From 3527e1a22e559f8a3d6e87bb2d24adb6ae2c64a4 Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Sun, 11 Jun 2023 21:04:42 -0500 Subject: Migrated use-case launcher.py to test-case test_import_variable.py. R file renamed accordingly. --- test_import_variable.r | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test_import_variable.r (limited to 'test_import_variable.r') diff --git a/test_import_variable.r b/test_import_variable.r new file mode 100644 index 0000000..3d13503 --- /dev/null +++ b/test_import_variable.r @@ -0,0 +1,2 @@ +msg_1 <- "Initializing Client - R" +msg_2 <- "Initialized Client - R" \ No newline at end of file -- cgit v1.2.3