Skip to content

Commit

Permalink
Update HelloWorld.m
Browse files Browse the repository at this point in the history
  • Loading branch information
neilwang0913 committed Nov 23, 2020
1 parent aea848d commit e22f0bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions HelloWorld.m
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%
% Removes all variables from the current workspace, releasing them from system memory
clear;
%
% Display version information for all installed products
ver;
%
% Clear Command Window
clc;
%
type hello_world
% Display contents
disp('你好,AI')

0 comments on commit e22f0bd

Please sign in to comment.